-- background: 4040 from stack: in -- bmap block id: 5675 -- flags: 4000 -- background id: 0 -- name: Word Study Back ----- HyperTalk script ----- on opencard --this comes from Stack Developer by Steve Drazga put (the number of this card - the number of first card of this background+1) into field "Page Num" end opencard -- part 8 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=12 top=308 right=337 bottom=44 -- title width / last selected line: 0 -- icon id / first selected line: 12042 / 12042 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect iris open go Home end mouseUp -- part 11 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=14 top=100 right=115 bottom=93 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Scripture Verse -- part 14 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=282 top=98 right=117 bottom=483 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 128 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: Word -- part 9 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=458 top=308 right=336 bottom=495 -- title width / last selected line: 0 -- icon id / first selected line: 1012 / 1012 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect wipe down go to card id 2974 end mouseUp -- part 23 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=374 top=80 right=97 bottom=482 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 245 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Greek Word -- part 12 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=105 top=100 right=115 bottom=184 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Bauer pg -- part 13 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=193 top=101 right=116 bottom=272 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Metzger pg -- part 15 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=301 top=309 right=334 bottom=331 -- title width / last selected line: 0 -- icon id / first selected line: 6179 / 6179 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp visual effect wipe up go to next card of this bkgnd end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=178 top=308 right=333 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 6460 / 6460 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect wipe down go to prev card of this bkgnd end mouseUp -- part 17 (field) -- low flags: 00 -- high flags: 2002 -- rect: left=15 top=119 right=308 bottom=491 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 128 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: WS Data -- part 21 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=16 top=35 right=64 bottom=49 -- title width / last selected line: 0 -- icon id / first selected line: 26635 / 26635 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: How to ----- HyperTalk script ----- on mouseUp push card go to card id 8834 end mouseUp -- part 27 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=455 top=32 right=67 bottom=491 -- title width / last selected line: 0 -- icon id / first selected line: 18704 / 18704 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Concordance ----- HyperTalk script ----- on mouseUp global wordBack push this card pop card into it put it into wordBack --Just like the exiting the Help Stack put field "scripture verse" into scripture put field "word" into proWord go to last card of bkgnd "Concor Back" --This checks to see if the first card is blank if field "s and w" ≠ "" then domenu "New Card" put scripture&&"/"&&proWord into field "s and w" click at 45,87 end mouseUp -- part 28 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=47 top=305 right=337 bottom=84 -- title width / last selected line: 0 -- icon id / first selected line: 1007 / 1007 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ImageWriter ----- HyperTalk script ----- on mouseUp answer "Print “Word Study” Report or Card?" with "Cancel" or "Report" or "Card" if it is "Cancel" then exit mouseUp end if if it is "Report" then domenu "Print Report..." exit mouseUp end if if it is "Card" then open printing with dialog if it is empty then exit mouseUp else print this card close printing end if end if end mouseUp -- part 29 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=224 top=310 right=328 bottom=284 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: page num -- part 30 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=421 top=305 right=339 bottom=454 -- title width / last selected line: 0 -- icon id / first selected line: 22076 / 22076 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Delete Card ----- HyperTalk script ----- on mouseUp answer "Delete this card?" with "Cancel" or "Yes" if it is "cancel" then exit mouseUp set the cursor to 4 set lockscreen to true domenu "delete Card" go prev set lockScreen to false end mouseUp